home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form frmMain
- Caption = "Resource Workshop Demo"
- ClientHeight = 2250
- ClientLeft = 1290
- ClientTop = 1815
- ClientWidth = 4290
- Height = 2685
- Icon = RWDEMO.FRX:0000
- Left = 1215
- LinkTopic = "Form1"
- ScaleHeight = 150
- ScaleMode = 3 'Pixel
- ScaleWidth = 286
- Top = 1455
- Width = 4440
- Begin CommandButton cmdClose
- Caption = "Close"
- Default = -1 'True
- Height = 375
- Left = 1290
- TabIndex = 1
- Top = 1410
- Width = 1575
- End
- Begin Label lblInfo
- Caption = "This VB app has 3 icons and version info embedded in it via Borland's Resource Workshop. That's all. It doesn't really do anything."
- Height = 855
- Left = 330
- TabIndex = 0
- Top = 210
- Width = 3675
- End
- Option Explicit
- Sub cmdClose_Click ()
- Unload Me
- End Sub
-